home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / bluetooth.conf < prev    next >
Encoding:
Text File  |  2009-04-01  |  685 b   |  25 lines

  1. <!-- This configuration file specifies the required security policies
  2.      for Bluetooth core daemon to work. -->
  3.  
  4. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  5.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  6. <busconfig>
  7.  
  8.   <!-- ../system.conf have denied everything, so we just punch some holes -->
  9.  
  10.   <policy user="root">
  11.     <allow own="org.bluez"/>
  12.     <allow send_destination="org.bluez"/>
  13.     <allow send_interface="org.bluez.Agent"/>
  14.   </policy>
  15.  
  16.   <policy at_console="true">
  17.     <allow send_destination="org.bluez"/>
  18.   </policy>
  19.  
  20.   <policy context="default">
  21.     <deny send_destination="org.bluez"/>
  22.   </policy>
  23.  
  24. </busconfig>
  25.